[NOTE: Text strings are currently limited to 100 characters in the game]

[HOW TO FORMAT TEXT]
[<font #> SIGNIFIES WHICH FONT TO USE (as specified in fontlistENG.txt)]
[<alignment> SIGNIFIES ALIGNMENT, as follows
  left  alignment    = 0 
  right alignment    = 1
  x center alignment = 2
  y center alignment = 4

[==============================================]

[SPEECH OVERLAY]
[BACKGROUND] 0,359  [FORMAT: <startx>, <starty>]
[FRAME] 52, 367 [FORMAT: <startx>, <starty>]
[PORTRAIT] 53, 368 [FORMAT: <startx>, <starty>]
[TEXT] 0 0 141,365 255,255,255,255 20 [FORMAT: <font #> <alignment> <startx>,<starty> <R>,<G>,<B>,<A> <maxcharsperline - absolute maximum of 30>]
	
[==============================================]

[OBJECTIVES OVERLAY]
[Do not remove comments - they are to ensure order is correct for other languages
 Do not replace %d, %f or %s with other values, they are used for formatting in code
 MAXIMUM OBJECTIVE STRING LENGTH: 50 - lengths of 25-30 will be split into double lines ]
[SCENEGOAL] "Scene goal completed" [Complete scene goal]

[OBJECTIVE1] "Finish With %d Seconds Left" [Finish scene with %d seconds remaining]
[OBJECTIVE2] "Hit All %d Markers" [Hit %d markers]

 [Object types (must be PLURAL!!)]
 [SMASHOBJ1] "Telephone Booths" [Telephone Booths]
 [SMASHOBJ2] "Telephone Poles" [Telephone Poles]
 [SMASHOBJ3] "Fire Hydrants" [Fire Hydrants]
 [SMASHOBJ4] "Lamp Posts" [Lamp Posts]
 [SMASHOBJ5] "Haybales" [Haybales]
 [SMASHOBJ6] "Scooters" [Scooters]
 [SMASHOBJ7] "Hedges" [Hedges]
 [SMASHOBJ8] "Tables" [Tables]
 [SMASHOBJ9] "Telephone Booths" [Telephone Booths]
 [SMASHOBJ10] "Mannequins" [Mannequins]
 [SMASHOBJ11] "Shopping Carts" [Shopping Carts]
 [SMASHOBJ12] "Old Cars" [Old Cars]
 [SMASHOBJ13] "Cow Bones" [Cow Bones]
 [SMASHOBJ14] "Toxic Barrels" [Toxic Barrels]
 [SMASHOBJ15] "Boxes" [Boxes]
 [SMASHOBJ16] "Chicken Cages" [Chicken Cages]
 [SMASHOBJ17] "Guard Towers" [Guard Towers]
 [SMASHOBJ18] "Shacks" [Shacks]
 [SMASHOBJ19] "Barricade Booths" [Barricade Booths]


[OBJECTIVE3] "Destroy %s %s" [Destroy %s objects of type %s]
[OBJECTIVE4] "Destroy %s %s" [Destroy %s objects of type %s]
[OBJECTIVE5] "Destroy %d Vehicles" [Destroy %d vehicles]
[OBJECTIVE6] "Break %d Parts From Your Car" [Break %d pieces off your vehicle]
[OBJECTIVE7] "Powerslide for %4.2f Meters" [Make %f Meters of Skid Marks]
[OBJECTIVE8] "Drive on Two Wheels for %4.2f Meters" [Drive on Two Wheels for %f Meters]
[OBJECTIVE9] "Wheelie for %4.2f Meters" [Wheelie for %f Meters]
[OBJECTIVE10] "Perform %d Barrel Rolls" [Perform %d Barrel Rolls]
[OBJECTIVE11] "Perform %d Flips" [Perform %d Flips]
[OBJECTIVE12] "Perform %d Spins" [Perform %d Spins]
[OBJECTIVE13] "Jump %4.2f Meters In The Air" [Jump %f Meters In The Air]
[OBJECTIVE14] "Do not go below %d%s for more than %d Sec" [Dont drop below a speed of %fmph/kph for more than %f seconds]
[OBJECTIVE15] "Exceed %d%s for %d Sec" [Go Above Speed of %dmph/kph For %d Consecutive Seconds]
[OBJECTIVE16] "Bump Evading Vehicle %d Times" [Finish scene in specified time %d]
[OBJECTIVE17] "Hit All Markers" [Hit all markers]

[MISCLABEL1] "OBJECTIVES" [Objectives]
[MISCLABEL2] "GAME PAUSED" [Game Paused]
[MISCLABEL3] "TOTAL" [Total]

[MISCLABEL4] " - Back" [ - Back]
[MISCLABEL5] " - Menu" [ - Menu]
[MISCLABEL6] " - Continue" [ - Continue]

[==============================================]
[PAUSE MENU]
[Do not remove comments - they are to ensure order is correct for other languages]
[TITLE1] "GAME PAUSED" [GAME PAUSED (Game pause menu title - must be capitalised)]
[TITLE2] "REPLAY PAUSED" [REPLAY PAUSED (Replay pause menu title - must be capitalised)]
[TITLE3] "ARE YOU SURE?" [ARE YOU SURE? (Confirmation dialog title - must be capitalised)]
[TITLE4] "REPLAY WILL BE LOST,\nARE YOU SURE?" [REPLAY WILL BE LOST, ARE YOU SURE? (Confirmation dialog title - must be capitalised)]
[TITLE5] "OPTIONS" [OPTIONS (options dialog title - must be capitalised)]
[TITLE6] " - Apply" [ - Apply]
[TITLE7] " - Cancel" [ - Cancel]

[OPTION1] "Continue Game" [Continue Game]
[OPTION2] "Continue Replay" [Continue Replay]
[OPTION3] "Controller" [Controller]
[OPTION4] "Continue" [Continue]
[OPTION5] "Retry Scene" [Retry Scene]
[OPTION6] "Retry Stage" [Retry Scene]
[OPTION7] "Return to Menu" [Return to Menu]
[OPTION8] "Scene Objectives" [Scene Objectives]
[OPTION9] "View Replay" [View Replay]
[OPTION10] "Save Replay" [Save Replay]
[OPTION11] "Yes" [Yes]
[OPTION12] "No" [No]
[OPTION13] "On" [On]
[OPTION14] "Off" [Off]
[OPTION15] "Music Volume" [Music Volume]
[OPTION16] "SFX Volume" [SFX Volume]
[OPTION17] "Voiceover Volume" [Voiceover Volume]
[OPTION18] "Head Phones" [Head Phones]
[OPTION19] "Vibration" [Vibration]
[OPTION20] "Voice Captions" [Voice Captions]
[OPTION21] "Speed" [Speed]
[OPTION22] "Options" [Options]
[OPTION23] "Debug" [Debug - clear, MUST be last, update number accordingly]
